projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
146dfa5
)
(w32_console_mouse_position): Fix prototype.
author
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:49:09 +0000
(23:49 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Fri, 27 Feb 2004 23:49:09 +0000
(23:49 +0000)
src/w32inevt.h
patch
|
blob
|
history
diff --git
a/src/w32inevt.h
b/src/w32inevt.h
index 0b3c70a141e532d5d4a3dc8fda47084942d44da9..fb61cb0ef55d9d842bb305f0aa001325ab52a130 100644
(file)
--- a/
src/w32inevt.h
+++ b/
src/w32inevt.h
@@
-21,8
+21,8
@@
Boston, MA 02111-1307, USA. */
#ifndef EMACS_W32INEVT_H
#define EMACS_W32INEVT_H
-extern int w32_console_read_socket (int sd,
struct input_event *bufp
,
-
int numchars, int expected
);
+extern int w32_console_read_socket (int sd,
int numchars
,
+
struct input_event *hold_quit
);
extern void w32_console_mouse_position (FRAME_PTR *f, int insist,
Lisp_Object *bar_window,
enum scroll_bar_part *part,